﻿FIN = {
	states = {
		STATE_SOUTHERN_FINLAND
		STATE_OSTROBOTHNIA
		STATE_WEST_KARELIA
	}

	required_num_states = 2

	ai_will_do = { always = no }
}

EST = {
	states = {
		STATE_NORTH_ESTONIA
		STATE_SOUTH_ESTONIA
	}

	required_num_states = 1

	ai_will_do = { always = no }
}

# Karelia added
KAR = {
	states = {
		STATE_WEST_KARELIA
		STATE_EAST_KARELIA
	}

	required_num_states = 1

	ai_will_do = { always = no }
}

# Ingria added
ING = {
	states = {
		STATE_INGRIA
	}

	required_num_states = 1

	ai_will_do = { always = no }
}

# Sami changed from "use_culture_states" to these specific ones
SMI = {
	states = {
		STATE_NORTHERN_NORWAY
		STATE_NORRLAND
		STATE_OSTROBOTHNIA
	}
	
	required_num_states = 1

	ai_will_do = { always = no }
}

# Åland added so that their post-1918 autonomy could be emulated -- see the Åland islands dispute event/journal
ALA = {
	states = {
		STATE_ALAND
	}

	required_num_states = 1

	ai_will_do = { always = no }
}

# Perm reduced to just 1 state from "use_culture_states", which was everything "Ugrian"
PRM = {
	states = {
		STATE_PERM
	}

	required_num_states = 1

	ai_will_do = { always = no }
}

# Yugra (Khanty-Mansia) for the Khanty and Mansi (Ob-Ubric) peoples
OBU = {
	states = {
		STATE_URAL
		STATE_TOBOLSK
	}

	required_num_states = 1

	ai_will_do = { always = no }
}

# Mordovia for the Erzyan and Mokshan peoples
MRD = {
	states = {
		STATE_MORDOVIA
	}

	required_num_states = 1

	ai_will_do = { always = no }
}

# Mari El ("Mariland") for the Mari people
MAR = {
	states = {
		STATE_MARI_EL
	}

	required_num_states = 1

	ai_will_do = { always = no }
}

# Nenetsia
NNT = {
	states = {
		STATE_NENETSIA
		STATE_OB
	}

	required_num_states = 1

	ai_will_do = { always = no }
}